From: Ben Hutchings Date: Sun, 26 Feb 2017 21:01:50 +0000 (+0000) Subject: time: Mark TIMER_STATS as broken X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~11^2~33 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d333a470691ee7c6b625f837bcbfe7bcd8b04717;p=linux-4.9.git time: Mark TIMER_STATS as broken This is a substitute for upstream commit dfb4357da6dd "time: Remove CONFIG_TIMER_STATS", which avoids the need to resolve conflicts with the PREEMPT_RT patch series. Gbp-Pq: Topic debian Gbp-Pq: Name time-mark-timer_stats-as-broken.patch --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index a6c8db1d62f6..ffba653cd13b 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -964,6 +964,7 @@ config DEBUG_TIMEKEEPING config TIMER_STATS bool "Collect kernel timers statistics" depends on DEBUG_KERNEL && PROC_FS + depends on BROKEN help If you say Y here, additional code will be inserted into the timer routines to collect statistics about kernel timers being